home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMADD2 / TFRMADD2.txt
Encoding:
Text File  |  2002-05-23  |  8.3 KB  |  400 lines

  1. object frmAdd2: TfrmAdd2
  2.   Left = 194
  3.   Top = 143
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add'
  6.   ClientHeight = 446
  7.   ClientWidth = 490
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblAction: TLabel
  22.     Left = 8
  23.     Top = 280
  24.     Width = 33
  25.     Height = 13
  26.     Caption = '&Action:'
  27.     FocusControl = cboSwitch
  28.   end
  29.   object lblCompression: TLabel
  30.     Left = 8
  31.     Top = 320
  32.     Width = 63
  33.     Height = 13
  34.     Caption = 'Compr&ession:'
  35.     FocusControl = cboDeflate
  36.   end
  37.   object lblSpann: TLabel
  38.     Left = 8
  39.     Top = 360
  40.     Width = 107
  41.     Height = 13
  42.     Caption = 'Multiple &disk spanning:'
  43.     Enabled = False
  44.     FocusControl = cboSpann
  45.   end
  46.   object Bevel1: TBevel
  47.     Left = 8
  48.     Top = 408
  49.     Width = 473
  50.     Height = 9
  51.     Shape = bsTopLine
  52.   end
  53.   object Label1: TLabel
  54.     Left = 248
  55.     Top = 320
  56.     Width = 106
  57.     Height = 13
  58.     Caption = 'Save path in&formation:'
  59.     FocusControl = cboPath
  60.   end
  61.   object box: TListBox
  62.     Left = 520
  63.     Top = 16
  64.     Width = 25
  65.     Height = 25
  66.     ItemHeight = 13
  67.     TabOrder = 10
  68.     Visible = False
  69.   end
  70.   object Page: TPageControl
  71.     Left = 8
  72.     Top = 16
  73.     Width = 473
  74.     Height = 257
  75.     ActivePage = TabIn
  76.     HotTrack = True
  77.     TabOrder = 0
  78.     object TabIn: TTabSheet
  79.       Caption = 'Include'
  80.       object List: TdfsExtListView
  81.         Left = 0
  82.         Top = 0
  83.         Width = 465
  84.         Height = 193
  85.         Columns = <
  86.           item
  87.             Caption = 'Files and/or Folders'
  88.             Width = 445
  89.           end>
  90.         ExtendedStyles = [lvxFullRowSelect]
  91.         NoColumnResize = False
  92.         ColumnsFormat = <>
  93.         AutoColumnSort = acsSortToggle
  94.         Align = alTop
  95.         MultiSelect = True
  96.         OnChange = ListChange
  97.         TabOrder = 0
  98.         ViewStyle = vsReport
  99.         SmallImages = frmMain.sysSmallImages
  100.       end
  101.       object btnAdd: TButton
  102.         Left = 8
  103.         Top = 200
  104.         Width = 75
  105.         Height = 25
  106.         Caption = '&Add Files'
  107.         TabOrder = 1
  108.         OnClick = btnAddClick
  109.       end
  110.       object btnAddFolder: TButton
  111.         Left = 88
  112.         Top = 200
  113.         Width = 75
  114.         Height = 25
  115.         Caption = 'Add &Folder'
  116.         TabOrder = 2
  117.         OnClick = btnAddFolderClick
  118.       end
  119.       object btnRemove: TButton
  120.         Left = 382
  121.         Top = 200
  122.         Width = 75
  123.         Height = 25
  124.         Caption = '&Remove'
  125.         TabOrder = 4
  126.         OnClick = btnRemoveClick
  127.       end
  128.       object edtWild: TEdit
  129.         Left = 168
  130.         Top = 202
  131.         Width = 75
  132.         Height = 21
  133.         TabOrder = 3
  134.         Text = '*.*'
  135.       end
  136.     end
  137.     object TabEx: TTabSheet
  138.       Caption = 'Exclude'
  139.       ImageIndex = 1
  140.       object btnExAdd: TButton
  141.         Left = 8
  142.         Top = 200
  143.         Width = 75
  144.         Height = 25
  145.         Caption = '&Add Files'
  146.         TabOrder = 1
  147.         OnClick = btnExAddClick
  148.       end
  149.       object btnExAddFolder: TButton
  150.         Left = 88
  151.         Top = 200
  152.         Width = 75
  153.         Height = 25
  154.         Caption = 'Add &Folder'
  155.         TabOrder = 2
  156.         OnClick = btnExAddFolderClick
  157.       end
  158.       object btnRemoveEx: TButton
  159.         Left = 382
  160.         Top = 200
  161.         Width = 75
  162.         Height = 25
  163.         Caption = '&Remove'
  164.         TabOrder = 5
  165.         OnClick = btnRemoveExClick
  166.       end
  167.       object ExList: TdfsExtListView
  168.         Left = 0
  169.         Top = 0
  170.         Width = 465
  171.         Height = 193
  172.         Columns = <
  173.           item
  174.             Caption = 'Files and/or Folders'
  175.             Width = 445
  176.           end>
  177.         ExtendedStyles = [lvxFullRowSelect]
  178.         NoColumnResize = False
  179.         ColumnsFormat = <>
  180.         AutoColumnSort = acsSortToggle
  181.         Align = alTop
  182.         MultiSelect = True
  183.         TabOrder = 0
  184.         ViewStyle = vsReport
  185.         SmallImages = frmMain.sysSmallImages
  186.       end
  187.       object edtExWild: TEdit
  188.         Left = 168
  189.         Top = 202
  190.         Width = 75
  191.         Height = 21
  192.         TabOrder = 3
  193.         Text = '*.*'
  194.       end
  195.       object btnAddWild: TButton
  196.         Left = 248
  197.         Top = 200
  198.         Width = 105
  199.         Height = 25
  200.         Caption = 'Add &Wildcard only'
  201.         TabOrder = 4
  202.         OnClick = btnAddWildClick
  203.       end
  204.     end
  205.     object tabComment: TTabSheet
  206.       Caption = 'Comment'
  207.       ImageIndex = 2
  208.       object memComment: TMemo
  209.         Left = 8
  210.         Top = 48
  211.         Width = 449
  212.         Height = 169
  213.         ReadOnly = True
  214.         ScrollBars = ssVertical
  215.         TabOrder = 0
  216.       end
  217.       object ckbComment: TCheckBox
  218.         Left = 8
  219.         Top = 16
  220.         Width = 129
  221.         Height = 17
  222.         Caption = 'Add/Edit comment'
  223.         TabOrder = 1
  224.         OnClick = ckbCommentClick
  225.       end
  226.       object Button1: TButton
  227.         Left = 360
  228.         Top = 16
  229.         Width = 99
  230.         Height = 25
  231.         Caption = 'Load Co&mment'
  232.         TabOrder = 2
  233.         OnClick = Button1Click
  234.       end
  235.     end
  236.   end
  237.   object cboSwitch: TComboBox
  238.     Left = 8
  239.     Top = 296
  240.     Width = 233
  241.     Height = 21
  242.     Style = csDropDownList
  243.     ItemHeight = 13
  244.     TabOrder = 1
  245.     Items.Strings = (
  246.       'Add (and replace) files'
  247.       'Move')
  248.   end
  249.   object cboDeflate: TComboBox
  250.     Left = 8
  251.     Top = 336
  252.     Width = 233
  253.     Height = 21
  254.     Style = csDropDownList
  255.     ItemHeight = 13
  256.     TabOrder = 2
  257.   end
  258.   object cboSpann: TComboBox
  259.     Left = 8
  260.     Top = 376
  261.     Width = 233
  262.     Height = 21
  263.     Enabled = False
  264.     ItemHeight = 13
  265.     TabOrder = 3
  266.     Items.Strings = (
  267.       'Automatic'
  268.       'No spanning')
  269.   end
  270.   object btnPassOK: TButton
  271.     Left = 248
  272.     Top = 292
  273.     Width = 233
  274.     Height = 25
  275.     Caption = '&Password'
  276.     TabOrder = 4
  277.     OnClick = btnPassOKClick
  278.   end
  279.   object btnCancel: TButton
  280.     Left = 408
  281.     Top = 416
  282.     Width = 75
  283.     Height = 25
  284.     Cancel = True
  285.     Caption = 'Cancel'
  286.     ModalResult = 2
  287.     TabOrder = 9
  288.     OnClick = btnCancelClick
  289.   end
  290.   object btnCompress: TButton
  291.     Left = 328
  292.     Top = 416
  293.     Width = 75
  294.     Height = 25
  295.     Caption = '&Compress'
  296.     Default = True
  297.     ModalResult = 1
  298.     TabOrder = 8
  299.   end
  300.   object ExBox: TListBox
  301.     Left = 544
  302.     Top = 16
  303.     Width = 25
  304.     Height = 25
  305.     ItemHeight = 13
  306.     TabOrder = 11
  307.     Visible = False
  308.   end
  309.   object btnSave: TButton
  310.     Left = 326
  311.     Top = 8
  312.     Width = 75
  313.     Height = 25
  314.     Caption = 'Sa&ve File List'
  315.     TabOrder = 12
  316.     OnClick = btnSaveClick
  317.   end
  318.   object btnLoad: TButton
  319.     Left = 406
  320.     Top = 8
  321.     Width = 75
  322.     Height = 25
  323.     Caption = '&Load File List'
  324.     TabOrder = 13
  325.     OnClick = btnLoadClick
  326.   end
  327.   object cboPath: TComboBox
  328.     Left = 248
  329.     Top = 336
  330.     Width = 233
  331.     Height = 21
  332.     Style = csDropDownList
  333.     ItemHeight = 13
  334.     TabOrder = 5
  335.     Items.Strings = (
  336.       'No path information'
  337.       'Relative path'
  338.       'Full path')
  339.   end
  340.   object ckbSubfolders: TCheckBox
  341.     Left = 248
  342.     Top = 376
  343.     Width = 185
  344.     Height = 17
  345.     Caption = '&Include subfolders (recurse)'
  346.     TabOrder = 6
  347.   end
  348.   object btnHelp: TButton
  349.     Left = 8
  350.     Top = 416
  351.     Width = 75
  352.     Height = 25
  353.     Caption = '&Help'
  354.     TabOrder = 7
  355.     OnClick = btnHelpClick
  356.   end
  357.   object dlgOpen: TOpenDialog
  358.     Filter = 'All files|*.*'
  359.     FilterIndex = 11
  360.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofFileMustExist, ofEnableSizing]
  361.     Title = 'Add Files'
  362.     Left = 432
  363.     Top = 144
  364.   end
  365.   object Browse: TdfsBrowseDirectoryDlg
  366.     Title = 'Please select a folder.'
  367.     Options = [bfDirectoriesOnly, bfNewDialogStyle]
  368.     StatusText = 'C:\WINDOWS\Desktop'
  369.     Caption = 'Add Folder'
  370.     ShowSelectionInStatus = True
  371.     Left = 400
  372.     Top = 208
  373.   end
  374.   object FormCenter1: TFormCenter
  375.     Center = True
  376.     Left = 432
  377.     Top = 208
  378.   end
  379.   object SaveList: TSaveDialog
  380.     Filter = 'UltimateZip list file (*.uzl)|*.uzl'
  381.     Title = 'Save File List'
  382.     Left = 396
  383.     Top = 176
  384.   end
  385.   object LoadList: TOpenDialog
  386.     Filter = 'UltimateZip list file (*.uzl)'
  387.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  388.     Title = 'Load File List'
  389.     Left = 428
  390.     Top = 176
  391.   end
  392.   object odComment: TOpenDialog
  393.     Filter = 'Text files (*.txt)|*.txt'
  394.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  395.     Title = 'Load Comment'
  396.     Left = 404
  397.     Top = 144
  398.   end
  399. end
  400.